home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / AppKit / CalculatorLab++ / Makefile.preamble < prev    next >
Encoding:
Makefile  |  1992-03-27  |  137 b   |  8 lines

  1. #
  2. #    Makefile.preamble
  3. #
  4. #    ObjC++ flags will notify the compiler to handle the source files as
  5. #     Objective-C++ files.
  6. #
  7. CFLAGS = -ObjC++
  8.